eq () should be used. Here is a code snippet which has multiple jQuery selectors which are using :eq . How can I break multiple selectors to use ... ... <看更多>
You've got :first selectors in your JS code. Just a reminder to replace them with .first() https://api.jquery.com/first-selector/ Also :eq ... ... <看更多>